RenderBuffer.readData

struct RenderBuffer
ubyte[]
readData
(
uint x = 0
,
uint y = height_
)

Parameters

x uint

Default: 0 (left)

y uint

Default: height (top), use 0 for bottom

Return Value

Type: ubyte[]

TODO: fix data type, should really be an Image!

Meta